golang.org/x/net/http2.inflow.init (method)
5 uses
golang.org/x/net/http2 (current package)
flow.go#L22: func (f *inflow) init(n int32) {
server.go#L457: sc.inflow.init(initialWindowSize)
server.go#L2200: st.inflow.init(sc.initialStreamRecvWindowSize)
transport.go#L850: cc.inflow.init(conf.MaxUploadBufferPerConnection + initialWindowSize)
transport.go#L2027: cs.inflow.init(cc.initialStreamRecvWindowSize)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)